3.3.83 \(\int (\frac {b}{x}+\frac {1}{x^2 (1+b x)}) \, dx\)

Optimal. Leaf size=14 \[ b \log (b x+1)-\frac {1}{x} \]

________________________________________________________________________________________

Rubi [A]  time = 0.01, antiderivative size = 14, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 1, integrand size = 17, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.059, Rules used = {44} \begin {gather*} b \log (b x+1)-\frac {1}{x} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[b/x + 1/(x^2*(1 + b*x)),x]

[Out]

-x^(-1) + b*Log[1 + b*x]

Rule 44

Int[((a_) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d*
x)^n, x], x] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0] && ILtQ[m, 0] && IntegerQ[n] &&  !(IGtQ[n, 0] && L
tQ[m + n + 2, 0])

Rubi steps

\begin {align*} \int \left (\frac {b}{x}+\frac {1}{x^2 (1+b x)}\right ) \, dx &=b \log (x)+\int \frac {1}{x^2 (1+b x)} \, dx\\ &=b \log (x)+\int \left (\frac {1}{x^2}-\frac {b}{x}+\frac {b^2}{1+b x}\right ) \, dx\\ &=-\frac {1}{x}+b \log (1+b x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.00, size = 14, normalized size = 1.00 \begin {gather*} b \log (b x+1)-\frac {1}{x} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[b/x + 1/(x^2*(1 + b*x)),x]

[Out]

-x^(-1) + b*Log[1 + b*x]

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \left (\frac {b}{x}+\frac {1}{x^2 (1+b x)}\right ) \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[b/x + 1/(x^2*(1 + b*x)),x]

[Out]

IntegrateAlgebraic[b/x + 1/(x^2*(1 + b*x)), x]

________________________________________________________________________________________

fricas [A]  time = 0.88, size = 15, normalized size = 1.07 \begin {gather*} \frac {b x \log \left (b x + 1\right ) - 1}{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(b/x+1/x^2/(b*x+1),x, algorithm="fricas")

[Out]

(b*x*log(b*x + 1) - 1)/x

________________________________________________________________________________________

giac [A]  time = 1.25, size = 15, normalized size = 1.07 \begin {gather*} b \log \left ({\left | b x + 1 \right |}\right ) - \frac {1}{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(b/x+1/x^2/(b*x+1),x, algorithm="giac")

[Out]

b*log(abs(b*x + 1)) - 1/x

________________________________________________________________________________________

maple [A]  time = 0.00, size = 15, normalized size = 1.07 \begin {gather*} b \ln \left (b x +1\right )-\frac {1}{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(b/x+1/x^2/(b*x+1),x)

[Out]

-1/x+b*ln(b*x+1)

________________________________________________________________________________________

maxima [A]  time = 1.32, size = 14, normalized size = 1.00 \begin {gather*} b \log \left (b x + 1\right ) - \frac {1}{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(b/x+1/x^2/(b*x+1),x, algorithm="maxima")

[Out]

b*log(b*x + 1) - 1/x

________________________________________________________________________________________

mupad [B]  time = 0.04, size = 20, normalized size = 1.43 \begin {gather*} b\,\ln \relax (x)+2\,b\,\mathrm {atanh}\left (2\,b\,x+1\right )-\frac {1}{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x^2*(b*x + 1)) + b/x,x)

[Out]

b*log(x) + 2*b*atanh(2*b*x + 1) - 1/x

________________________________________________________________________________________

sympy [A]  time = 0.15, size = 10, normalized size = 0.71 \begin {gather*} b \log {\left (b x + 1 \right )} - \frac {1}{x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(b/x+1/x**2/(b*x+1),x)

[Out]

b*log(b*x + 1) - 1/x

________________________________________________________________________________________